reflect.imethod.typ (field)
8 uses
reflect (current package)
type.go#L395: typ typeOff // .(*FuncType) underneath
type.go#L1116: m.Type = toType(t.typeOff(p.typ))
type.go#L1556: if vmName.name() == tmName.name() && V.typeOff(vm.typ) == t.typeOff(tm.typ) {
type.go#L1589: if vmName.name() == tmName.name() && V.typeOff(vm.mtyp) == t.typeOff(tm.typ) {
type.go#L2496: mtyp = ift.typeOff(m.typ)
value.go#L864: t = (*funcType)(unsafe.Pointer(tt.typeOff(m.typ)))
value.go#L2470: return v.typ.typeOff(m.typ)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)